home *** CD-ROM | disk | FTP | other *** search
- object dlgBrowse: TdlgBrowse
- Left = 459
- Top = 304
- BorderStyle = bsDialog
- Caption = 'Locate File!'
- ClientHeight = 241
- ClientWidth = 201
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object SearchName: TLabel
- Left = 16
- Top = 8
- Width = 62
- Height = 13
- Caption = 'SearchName'
- end
- object DriveComboBox1: TDriveComboBox
- Left = 8
- Top = 24
- Width = 185
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 0
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 8
- Top = 45
- Width = 185
- Height = 156
- ItemHeight = 16
- TabOrder = 1
- OnChange = DirectoryListBox1Change
- end
- object btOK: TButton
- Left = 12
- Top = 212
- Width = 80
- Height = 24
- Caption = 'OK'
- Enabled = False
- ModalResult = 1
- TabOrder = 2
- end
- object btCancel: TButton
- Left = 108
- Top = 212
- Width = 80
- Height = 24
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-